Welcome![Sign In][Sign Up]
Location:
Search - Windows Programming

Search list

[ConsoleDriverU

Description: 同样为Windows编程,涉及到磁盘编程,主要判断是否为U盘.-the same for Windows programming, involving disk programming, mainly to determine whether U disk.
Platform: | Size: 5531 | Author: | Hits:

[ConsoleRegDel

Description: Windows编程,注册表操作,删除特定的键值.-Windows programming, the registry operation, delete specific keys.
Platform: | Size: 5072 | Author: | Hits:

[Crack HackEncodePro

Description: Windows编程,使用自定义的加密算法对TXT文件进行加密解密.-Windows programming, using a custom encryption algorithm TXT document encryption and decryption.
Platform: | Size: 5393 | Author: | Hits:

[Other resourceterris

Description: 一个使用Windows API编写的俄罗斯方块的游戏。对与初学Windows 编程的人来说是个不错的参考。-a Windows API prepared by the Russian box of the game. Novice pairs with the Windows programming is a good reference.
Platform: | Size: 80609 | Author: 扬名 | Hits:

[WinSock-NDISBankServer_and_BankClinent

Description: 本系统对银行的相关业务都做出了相关功能。而且用到了很多WINDOWS的核心技术,包括完成端口,线程池等技术。是提高WINDOWS编程能力的较好实例。-the banking system to the relevant business has made its related functions. And used a lot of the core Windows technology, including the completion ports, thread pool and other technology. Windows programming is the ability to raise a good example.
Platform: | Size: 337521 | Author: Vcsoft | Hits:

[Other resourcewindowskernel

Description: Windows核心编程指导,本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-core Windows programming guide, This book is on the Windows operating system's internal mechanism dedicated to the authors start from the basic concept, comprehensive and systematic introduction of the Windows basic elements, such as processes, threads, memory management and DLL. He cited a large number of applications, incisive analysis of the components of use, To master the Windows programming skills of an effective shortcut. For different levels of Windows programmers, this book is of great reference value.
Platform: | Size: 26987923 | Author: hahaha | Hits:

[WEB Codeprogrammingwindowsyuan

Description: WINDOWS编程的经典著作:<programming windows>,英文原版,不容错过哦-Windows programming classics :
Platform: | Size: 4613744 | Author: 王超 | Hits:

[OtherPCKEY.ZIP

Description: dos下控制键盘,The PCKey class provides access to the PC s keyboard through fast inline member functions. Special characters are defined in the header for your convenience. PCKey is not for use in Windows programming -- use only for DOS applications! -dos under control keyboard, The PCKey class provides access to the PC's keybo ard through fast inline member functions. Spec ial characters are defined in the header for you r convenience. PCKey is not for use in Windows pr ogramming -- use only for DOS applications!
Platform: | Size: 5623 | Author: 谭鸿 | Hits:

[Develop ToolsModelofWindows

Description: 对Windows编程做基本的介绍,对初学者来说是一本不错的书。-right to do basic Windows programming introduction for beginners is a good book.
Platform: | Size: 795878 | Author: melao2003@163.com | Hits:

[Graph program60312541452007321113919746752

Description: 在Windows编程中图像处理相对比较复杂,好在C++ Builder提供了一些图形类,它们通过对Windows中的图形对象进行包装,从而大大简化了图像操作的难度。下面就通过对图像进行柔化、锐化、浮雕效果等几个特殊效果处理来具体说明一下。 -in Windows Programming image processing are relatively complex, Fortunately C Builder provides some graphics category, They passed the Windows graphical objects packaging, which greatly simplifies the operation of the difficult images. Now, through the right softens image, sharpening, the relief effect, and several other special effects to handle specific.
Platform: | Size: 3896 | Author: wzt | Hits:

[Other resourceAddison.Wesley.Windows.Forms.Programming.In.C.Shar

Description: 有是一个Addison.Wesley的经典,是学习现在最流行的开发语言C#的经典书籍,该书为英文版Addison.Wesley.Windows.Forms.Programming.In.C.Sharp.eBook-LiB,非常非常经典,推荐给大家-Addison.Wesley there is a classic, learning is now the most popular language C# development of the classic books, The book for English Addison.Wesley.Windows.Forms.Progr amming.In.C.Sharp.eBook-Function of LiB, very classic and recommend it to everyone
Platform: | Size: 6713999 | Author: whishter | Hits:

[ADO-ODBCOftomatization

Description: 为了方便网络编程,90年代初,由Microsoft联合了其他几家公司共同制定了一套WINDOWS下的网络编程接口,即Windows Sockets规范,它不是一种网络协议,而是一套开放的、支持多种协议的Windows下的网络编程接口。本篇论文主要是介绍了在TCP/IP基础上利用winsock2对网卡进行编程,以达到网络流量监测的目的。论文首先介绍了TCP/IP协议,旨在介绍IP,TCP,UDP等比较重要的协议。主要是介绍IP头,TCP头,UDP头的特点,以便从IP头中可以获取源地址,目的地址,协议类型等信息。在随后的章节中提出了Socket的概念,Socket实际上提供了一个通信端口使所有拥有Socket的端口的计算机之间能够相互通信,在本论文中主要说明了socket的建立,监听和撤销的过程。具体到程序实现中,对网卡混杂模式的设置是通过原始套接字(raw socket)来实现的。为了让原始套接字能接受所有的数据,还需要通过将SOCK_RAW设置成SIO_RCVALL。对数据包的获取通过recv()函数来完成。最后要完成的工作就是对所捕获的IP数据包进行分析以提取出我们所需要的信息。在论文的最后是旨在说明进一步工作的展开. 关键词:网络流量测量 TCP/IP协议 WINSOCK编程 -To facilitate network programming and the beginning of the 1990s, Microsoft jointly by several other companies to develop a set of Windows programming network access , that is, Windows Sockets norms, it is not a network protocol, but a liberal, Multi-protocol support for the Windows network programming interface. The main purpose of this paper is to introduce a TCP / IP based on the use of the card for winsock2 programming, to achieve network traffic monitoring purposes. Papers first introduced the TCP / IP protocol, aimed at introducing IP, TCP, UDP, and other more important agreements. IP is introduced first, the first TCP, UDP first features to the IP header from access to the source address, destination address, Agreement type, and other information. In the ensuing chapters of the Sock
Platform: | Size: 10687 | Author: wq57 | Hits:

[Other resourceVC++note

Description: 很好的一篇学习vc++的笔记,适合于新手,从windows编程开始,到mfc,一步一步,深入潜出-a good learning vc + + notebook suitable for novice from the windows programming, to mfc, step by step, in-depth submarine out
Platform: | Size: 25730 | Author: 立为 | Hits:

[assembly languageais_0

Description: 会计管理信息系统windows界面vb编程 会计管理信息系统windows界面vb编程-Accounting Management Information System windows programming interface vb Accounting Management Information System windows Visual Basic Programming Interface
Platform: | Size: 182100 | Author: fengjing | Hits:

[Windows DevelopAPI_AllSRC

Description: Windows API的各种程序,包括所有的基础的所有的API使用方法,是学习Windows编程和VC++MFC的必须资源!-Windows API various procedures, including all of the use of all the API method, learning Windows programming and the MFC VC must!
Platform: | Size: 830188 | Author: 刘铁 | Hits:

[WEB CodeWindows.book

Description: <Programming Windows程式开发设计指南>,已编译的HTML帮助文档.相信会对大家有所帮助.
Platform: | Size: 2983122 | Author: xiaorui | Hits:

[Video CaptureVCapture

Description: 一个利用Video for Windows在 C++Builder编程环境下进行视频捕捉的一个实例。本 程序能够实现对输入的视频流的实时显示和捕获,包括 单帧图像的抓取和将一段视频流保存为AVI文件,同时 还可以对视频源的相关设置进行调整 -a use Video for Windows Programming in C Builder environment for inspection Frequency captured an example. The process to achieve the right to import the video stream real-time display and capture. including single-frame images to a crawl and video streaming for the preservation of AVI file, also can be the source of the video setup of the related adjustments
Platform: | Size: 61299 | Author: 水依 | Hits:

[Button controlpen_demo

Description: vs2005下的pen各种用法的介绍,学习windows编程用的-vs2005 under the pen in various directions, the study of windows programming
Platform: | Size: 42351 | Author: archer | Hits:

[Internet-NetworkT3DCHAP15

Description: windows程序设计游戏编程的方法的小程序的方法的实现方法的程序-windows programming game programming method small procedure for the realization of the process
Platform: | Size: 5481445 | Author: daisong_1 | Hits:

[Other resourceProgramming-Windows-with-MFC

Description: Windows 编程中使用MFC,该书由浅到深,详细地介绍了编程技巧,是一个学习MFC的好书籍-Programming Windows using MFC, the book from shallow to deep, detailed presentation of the programming skills, MFC is a good learning books
Platform: | Size: 5461712 | Author: 杨振森 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net